home *** CD-ROM | disk | FTP | other *** search
/ Night Sky Interactive / Night Sky Interactive.iso / mac / Data / Const.DIR / 00090.ls < prev    next >
Encoding:
Text File  |  1994-12-17  |  236 b   |  15 lines

  1. on mouseDown
  2.   puppetSprite(10, 1)
  3.   set the castNum of sprite 10 to 221
  4.   updateStage()
  5. end
  6.  
  7. on mouseUp
  8.   global X
  9.   puppetSprite(10, 0)
  10.   set the castNum of sprite 10 to 211
  11.   updateStage()
  12.   set X to "D"
  13.   go("TOC", "Night.DIR")
  14. end
  15.